projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286d346
)
Silence a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 May 2013 01:35:39 +0000
(21:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 May 2013 01:35:39 +0000
(21:35 -0400)
gtk/tests/filechooser.c
patch
|
blob
|
history
diff --git
a/gtk/tests/filechooser.c
b/gtk/tests/filechooser.c
index e37babe46dd1d8ea173a39ee17e534ca43a85dbd..529f87d46b79f8237c6b54a3d150ac81744fe484 100644
(file)
--- a/
gtk/tests/filechooser.c
+++ b/
gtk/tests/filechooser.c
@@
-653,7
+653,7
@@
test_file_chooser_button_with_response (const FileChooserButtonTest *setup, gint
{
WindowAndButton w;
SignalWatcher *watcher;
- GtkWidget *fc_dialog;
+ GtkWidget *fc_dialog
= NULL
;
int iterations;
int i;